ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / PropertyBagKey<T1,T2> Class
The public type of this property.
The marshaling type of this property.
Members

In This Topic
    PropertyBagKey<T1,T2> Class
    In This Topic
    Identifies a typed property in a PropertyBag.
    Object Model
    PropertyBagKey<T1,T2> Class
    Syntax
    'Declaration
     
    Public Class PropertyBagKey
        (Of T1,T2) 
    public class PropertyBagKey<T1,T2> 
    Type Parameters
    T1
    The public type of this property.
    T2
    The marshaling type of this property.
    Inheritance Hierarchy

    System.Object
       C1.Util.DX.Storage.PropertyBagKey<T1,T2>

    See Also